home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / cfuncs.zip / ADDAPND.DOC < prev    next >
Text File  |  1991-01-02  |  685b  |  14 lines

  1. /*-----------------------------Add Append---------------------------*/
  2. /*                                    */
  3. /* DESCRIPTION: If file exists ask if the user would like to start a*/
  4. /*     new list, add to an existing one, or exit.             */
  5. /*                                                                  */
  6. /* RETURNS : 'O' if file doesn't exist or new list is chosen        */
  7. /*           'A' if append is chosen                    */
  8. /*         'X' if return is chosen                    */
  9. /*                                                                  */
  10. /* USES :  Frame, select, OnCursor, OffCursor                */
  11. /*------------------------------------------------------------------*/
  12.  
  13. char AddAppend(char *file)
  14.